home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / BombPearlHarbor.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(keyPress x).as
Encoding:
Text File  |  2006-06-13  |  159 b   |  10 lines

  1. on(keyPress "x"){
  2.    if(getProperty("/gunner", _currentframe) == "4")
  3.    {
  4.       tellTarget("gunner")
  5.       {
  6.          gotoAndPlay(1);
  7.       }
  8.    }
  9. }
  10.